home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / Mac / MPW / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-29  |  350 b   |  15 lines  |  [TEXT/????]

  1. libs = :Python:lib.o :Mac:lib.o :Modules:lib.o :Objects:lib.o :Parser:lib.o
  2. depend = {libs}
  3.  
  4. PythonTool ƒ {depend}
  5.     link {LinkOptions} -o PythonTool -t 'MPST' -c "MPS " ∂
  6.         {libs} ∂
  7.         "{Libraries}Runtime.o" ∂
  8.         "{Libraries}Interface.o" ∂
  9.         "{CLibraries}StdCLib.o" ∂
  10.         "{CLibraries}CSANELib.o" ∂
  11.         "{CLibraries}Math.o" 
  12.  
  13. clean    ƒ
  14.     Delete -i PythonTool
  15.